home *** CD-ROM | disk | FTP | other *** search
/ MacUser Mac Bin 40 / MACUSER-MACBIN40A-1997-03.ISO.7z / MACUSER-MACBIN40A-1997-03.ISO / DEMO / SecretsJ DEMO / KING.DIR / 00929_Script_929 < prev    next >
Text File  |  1996-12-04  |  227b  |  11 lines

  1. on exitFrame
  2.   global ginv
  3.   slow(10)
  4.   tell ginv to fadegamma("off")
  5.   if objectp(ginv) then
  6.     set the visible of ginv = false
  7.   end if
  8.   
  9.   go to frame "Com" of movie "ComputVP"
  10.    tell ginv to fadegamma("on")
  11. end